Don't mark gdk_pixbuf_error_quark() as const, to be consistent with all
authorMatthias Clasen <mclasen@redhat.com>
Tue, 23 Nov 2004 19:54:41 +0000 (19:54 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 23 Nov 2004 19:54:41 +0000 (19:54 +0000)
commiteeb0f9bcd3ff82a80ab92b16da74589d2fac97c2
treea011b95d7f34612be0e1a4ba2a628321bfeb4e85
parent5c47de587ad4690a58d2e18881d550028db06208
Don't mark gdk_pixbuf_error_quark() as const, to be consistent with all

2004-11-23  Matthias Clasen  <mclasen@redhat.com>

* gdk-pixbuf-core.h: Don't mark gdk_pixbuf_error_quark() as const,
to be consistent with all the other error_quark functions.
(technically they are const, but since these are called only
in error paths, giving the compiler better optimization
opportunities doesn't matter much)

* gdk-pixbuf.symbols: Add attribute annotations.
* makegdkpixbufalias.pl: Keep attribute annotations, but strip PRIVATE.
* Makefile.am (gdk_pixbuf.def): Strip attribute annotations, but keep
PRIVATE.
gdk-pixbuf/ChangeLog
gdk-pixbuf/Makefile.am
gdk-pixbuf/gdk-pixbuf-core.h
gdk-pixbuf/gdk-pixbuf.symbols
gdk-pixbuf/makegdkpixbufalias.pl